Version

ReportPass(Enum,Object[],Object) Method

Syntax
'Declaration
 
Protected Overloads Sub ReportPass( _
   ByVal step As System.Enum, _
   ByVal calledArgs() As System.Object, _
   ByVal returnVal As System.Object _
) 
protected void ReportPass( 
   System.Enum step,
   System.object[] calledArgs,
   System.object returnVal
)
protected: void ReportPass( 
   System.Enum* step,
   System.Object*[]* calledArgs,
   System.Object* returnVal
) 

Parameters

step
calledArgs
returnVal
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also